home *** CD-ROM | disk | FTP | other *** search
Wrap
<WIZARD name="MailingListWizard" caption="Mailing List Wizard" image="..\\images\\wizardoutput.bmp"> <!--- wizard parameters ---> <PARAM name="ApplicationName" value="" required="yes"> <PARAM name="DataSource" value="" required="yes"> <PARAM name="Table" value="" required="yes"> <PARAM name="EmailField" value="" required="yes"> <TEMPLATE name="MailingList_MailingForm.wml" outputFile="$${SafeApplicationName}_MailingForm.cfm" outputPath="$${Location}" description="Mailing template contains the mailing form. This form allows user to enter the e-mail message and select recipients" > <TEMPLATE name="MailingList_MailingAction.wml" outputFile="$${SafeApplicationName}_MailingAction.cfm" outputPath="$${Location}" description="The mailing action template sends e-mail to selected recipients. It also informs user that the messages has been successfully sent." > <!------------------- Maling list application -------------------> <PAGE name="Page1" caption="Mailing List Application" image="..\\images\\Main.bmp"> <INPUT name="editApplicationName" param="ApplicationName" required="yes" validationMsg="You cannot leave the Application Name field blank"> <INPUT name="editLocation" param="Location" required="yes" validationMsg="You cannot leave the Location field blank"> </PAGE> <!------------------ Select data source ---------------------> <PAGE name="Page2" caption="Data Source" image="..\\images\\SelectData.bmp"> <PARAM name="ListBoxLabel" value="Select data source:"> <PARAM name="ListBoxDescription" value="Choose the data source, which contains the table with e-mail addresses.\n\nIf your database is not registered as ODBC data source, open the ODBC administrator in Control Panel and add system data source for this database."> <PARAM name="RemoveParams" value="Table,EmailField"> <INPUT name="cbDataSources" param="DataSource" required="yes" validationMsg="You did not select the data source. Please select one before proceeding."> </PAGE> <!------------------ Select table ----------------------> <PAGE name="Page3a" caption="Table" image="..\\images\\SelectTable.bmp"> <PARAM name="DataSource" value="$${DataSource}"> <PARAM name="ListBoxLabel" value="Select database table:"> <PARAM name="ListBoxDescription" value="Choose the table containing the e-mail addresses for the mailing list."> <PARAM name="RemoveParams" value="EmailField"> <INPUT name="cbTables" param="Table" required="yes" validationMsg="You did not select the table. Please select one before proceeding."> </PAGE> <!--------------------- Select e-mail field -----------> <PAGE name="Page4a" caption="E-mail Field" image="..\\images\\MailFields.bmp"> <PARAM name="DataSource" value="$${DataSource}"> <PARAM name="Tables" value="$${Table}"> <PARAM name="ListBoxLabel" value="Select the e-mail field:"> <PARAM name="ListBoxDescription" value="Choose the field containing the e-mail addresses that should be used to populate the mailing list."> <INPUT name="cbFields" param="EmailField" required="yes" validationMsg="You did not select the e-mail field. Please select one before proceeding."> </PAGE> </WIZARD>